home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / software / spybot / spybotsd12.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  2003-03-16  |  2.4 KB  |  127 lines

  1. object Form1: TForm1
  2.   Left = 210
  3.   Top = 243
  4.   Width = 549
  5.   Height = 358
  6.   HelpContext = 100
  7.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  8.   Caption = 'Form1'
  9.   Color = clBtnFace
  10.   DefaultMonitor = dmDesktop
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Menu = MainMenu1
  17.   OldCreateOrder = False
  18.   OnHelp = FormHelp
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 541
  25.     Height = 28
  26.     Align = alTop
  27.     Caption = 'HTMLHelp Example'
  28.     Color = clNavy
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clRed
  31.     Font.Height = -24
  32.     Font.Name = 'Arial'
  33.     Font.Style = [fsBold, fsItalic]
  34.     ParentColor = False
  35.     ParentFont = False
  36.   end
  37.   object Label2: TLabel
  38.     Left = 0
  39.     Top = 40
  40.     Width = 155
  41.     Height = 13
  42.     Caption = 'Current Focused Control'#39's Map #'
  43.   end
  44.   object Label3: TLabel
  45.     Left = 0
  46.     Top = 56
  47.     Width = 163
  48.     Height = 13
  49.     Caption = 'This will change after F1 is pushed'
  50.   end
  51.   object Label4: TLabel
  52.     Left = 40
  53.     Top = 120
  54.     Width = 128
  55.     Height = 13
  56.     Caption = 'Enter the map number here'
  57.   end
  58.   object Edit1: TEdit
  59.     Left = 168
  60.     Top = 40
  61.     Width = 65
  62.     Height = 21
  63.     HelpContext = 200
  64.     TabOrder = 0
  65.   end
  66.   object Memo1: TMemo
  67.     Left = 304
  68.     Top = 88
  69.     Width = 169
  70.     Height = 105
  71.     HelpContext = 300
  72.     Lines.Strings = (
  73.       'Map Numbers'
  74.       '#define SettingUp    100'
  75.       '#define CSHelp        200'
  76.       '#define HelpContext 300'
  77.       '#define OnHelp        400'
  78.       '#define Example       500'
  79.       ''
  80.       ''
  81.       ''
  82.       ''
  83.       ''
  84.       ''
  85.       '')
  86.     TabOrder = 1
  87.   end
  88.   object Button1: TButton
  89.     Left = 400
  90.     Top = 40
  91.     Width = 75
  92.     Height = 25
  93.     HelpContext = 400
  94.     Caption = 'Show Index'
  95.     TabOrder = 2
  96.     OnClick = Button1Click
  97.   end
  98.   object Edit2: TEdit
  99.     Left = 176
  100.     Top = 120
  101.     Width = 65
  102.     Height = 21
  103.     HelpContext = 100
  104.     TabOrder = 3
  105.   end
  106.   object Button2: TButton
  107.     Left = 112
  108.     Top = 152
  109.     Width = 75
  110.     Height = 25
  111.     HelpContext = 500
  112.     Caption = 'Display'
  113.     TabOrder = 4
  114.     OnClick = Button2Click
  115.   end
  116.   object MainMenu1: TMainMenu
  117.     Left = 304
  118.     object Help1: TMenuItem
  119.       Caption = 'Help'
  120.       object ContentsandIndex1: TMenuItem
  121.         Caption = 'Contents and Index'
  122.         OnClick = ContentsandIndex1Click
  123.       end
  124.     end
  125.   end
  126. end
  127.